projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ac2e7c
)
arm: atmel: sama5d3: correct the error define of DIV
author
Bo Shen
<
[email protected]
>
Fri, 15 Nov 2013 03:12:34 +0000
(11:12 +0800)
committer
Andreas Bießmann
<
[email protected]
>
Sun, 1 Dec 2013 21:38:42 +0000
(22:38 +0100)
Correct the error define of DIV.
Signed-off-by: Bo Shen <
[email protected]
>
Signed-off-by: Andreas Bießmann <
[email protected]
>
arch/arm/include/asm/arch-at91/at91_pmc.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-at91/at91_pmc.h
b/arch/arm/include/asm/arch-at91/at91_pmc.h
index a24971a71b1779e0931dc143d59b670a7197fee6..90a871c0a13cbca0e814f4ed88e4c010c5334e6b 100644
(file)
--- a/
arch/arm/include/asm/arch-at91/at91_pmc.h
+++ b/
arch/arm/include/asm/arch-at91/at91_pmc.h
@@
-126,8
+126,8
@@
typedef struct at91_pmc {
#define AT91_PMC_MCKR_MDIV_MASK 0x00000300
#endif
-#define AT91_PMC_MCKR_PLLADIV_1 0x0000
1
000
-#define AT91_PMC_MCKR_PLLADIV_2 0x0000
2
000
+#define AT91_PMC_MCKR_PLLADIV_1 0x0000
0
000
+#define AT91_PMC_MCKR_PLLADIV_2 0x0000
1
000
#define AT91_PMC_IXR_MOSCS 0x00000001
#define AT91_PMC_IXR_LOCKA 0x00000002